home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / v cisle / autoit / autoit-v3.2.0.1-setup.exe / Examples / Helpfile / WinWaitNotActive.au3 < prev    next >
Text File  |  2006-06-17  |  181b  |  6 lines

  1. ;Wait for the window "Untitled" to not be active
  2. WinWaitNotActive("Untitled")
  3.  
  4. ;Wait a maximum of 5 seconds for "Untitled" to not be active
  5. WinWaitNotActive("Untitled", "", 5)
  6.